Convert String to Lowercase
Command Prototype
sRet = LCase(sText)
Command Description
Convert a string to lowercase
Parameter Description
- Required Parameter
- sText--The string to operate
- return
- sRet--The variable used to save the output of the function call